-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiprecision refactoring: inverse mod and big_int improvements, checked big_uint operations #214
base: master
Are you sure you want to change the base?
Conversation
dd5d873
to
4ab0dc5
Compare
Clang Test Results 158 files - 3 158 suites - 3 12m 54s ⏱️ - 3m 47s For more details on these errors, see this check. Results for commit 1b01b72. ± Comparison against base commit 9b3fb27. This pull request removes 115 and adds 194 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Gcc Test Results 158 files - 3 158 suites - 3 14m 3s ⏱️ - 2m 57s For more details on these errors, see this check. Results for commit 1b01b72. ± Comparison against base commit 9b3fb27. This pull request removes 12 and adds 188 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
bf778b1
to
7bf24cf
Compare
…and add wrapping operators
7bf24cf
to
b8adb34
Compare
6e9889f
to
28f71fd
Compare
28f71fd
to
bf48eac
Compare
Also general cleanup, more tests and fixes.